home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1993 November / JCSM Shareware Collection - 1993-11.iso / cl040 / telprg4j.lzh / TELEPROG.DOC < prev    next >
Encoding:
Text File  |  1993-01-02  |  4.0 KB  |  88 lines

  1.  
  2.         ╒═══════════════════════════════════════════════════════════╕
  3.         │                   TELEPROG Version 4.6                    │
  4.         │ ▌ ▄ ▄ ▄ ▐         Kingdom  Enterprises          ▌ ▄ ▄ ▄ ▐ │
  5.         │ █████████   Copyright 1993 All Rights Reserved  █████████ │
  6.         ╘═══════════════════════════════════════════════════════════╛
  7.  
  8.     THIS PROGRAM IS  PROVIDED  AS  IS WITHOUT ANY WARRANTY, EXPRESSED
  9.     OR IMPLIED, INCLUDING BUT NOT LIMITED TO FITNESS FOR A PARTICULAR
  10.     PURPOSE.  THE AUTHOR ACCEPTS  NO RESPONSIBILTIY FOR ANY DAMAGE TO
  11.     EQUIPMENT OR OTHER SOFTWARE THAT OCCURS AS A RESULT OF USING THIS
  12.     PROGRAM.
  13.  
  14.  
  15. TELEPROG is NOT public domain software.  This program was written for and
  16. given to God.  This program is free to registered users of the OmegaComm
  17. BBS system.  If you are not running OmegaComm and plan to use it, then a
  18. suggested tax deductible donation of $10.00 or more should be made
  19. to either your local church or:
  20.  
  21.                         Christian Research Institute
  22.                                P.O. Box 500
  23.                         San Juan Capistrano, CA 92693
  24.  
  25. The Christian Research Institute has had nothing to do with the development
  26. or dissemination of this program.  Those who chose to use this program in
  27. contradiction to the above restrictions and/or provisions will have to deal
  28. with the Living God on His terms (Malachi 3:8-9).
  29.  
  30. WHAT'S NEW:  Version 4.6 has refined async i/o routines.  It still has
  31. its own built in async i/o, but will use as fossil driver if present.
  32. It will handle 300-38400 baud including 4800, 7200, 14400, and 16800.
  33. The ansi handling routines have also been updated.
  34.  
  35. **************************************************************************
  36.                           GENERAL INFORMATION
  37. **************************************************************************
  38.  
  39. This program can be used stand alone or as a BBS door.  TeleProg Version
  40. 4.6 has its own built in async unit so it does not need a doors program
  41. like Doorway.Exe.  This new async input/output unit will recognize and
  42. use a fossil driver if present.  If no fossil driver is present it will
  43. use its own.  It does not reset the baud rate, so it should work perfectly
  44. with locked ports.  It recognizes the following user files:  Door.Sys*,
  45. and Dorinfo.Def*.  The Door.Sys file is like the one read by Doorway.Exe
  46. and the Dorinfo.Def is RBBS compatible.  You can rename Dorinfo.Def to
  47. Dorinfo1.Def and use Doormaster to convert it to your system needs.
  48.  
  49. * Created by OmegaComm and KingNet.
  50.  
  51. The Phone.Lst must be in the same subdirectory as TeleProg.Exe.
  52.  
  53. **************************************************************************
  54.                         DOOR.SYS FILE STRUCTURE
  55. **************************************************************************
  56.  
  57.   JOHN PHILLIPS      < NAME OF CALLER >
  58.   0                  < COMPORT [0 = LOCAL, 1 OR 2] >
  59.   2400               < BAUD RATE >
  60.   120                < TIME LEFT >
  61.   G                  < GRAPHICS >
  62.   S                  < ALWAYS A 'S' >
  63.  
  64. **************************************************************************
  65.         DORINFO.DEF/DORINFO1.DEF/DORINFO2.DEF FILE STRUCTURE
  66. **************************************************************************
  67.  
  68. JACOBS LADDER         < BBS NAME >
  69. LARRY                 < SYSOP FIRST NAME >
  70. LOISELLE              < SYSOP LAST NAME >
  71. COM0                  < COM PORT - 0 = LOCAL >
  72. 2400 BAUD,N,8,1       < BAUD RATE ETC >
  73. 0                     < UNKNOWN - NEEDS TO BE 0 >
  74. LARRY                 < CALLER FIRST NAME >
  75. LOISELLE              < CALLER LAST NAME >
  76. MANOR, TEXAS          < CALLER CITY, STATE >
  77. 3                     < SCREEN TYPE - 1 = MONO, 2 = ANSI GRAPHICS, 3 = COLOR >
  78. 9                     < ACCESS LEVEL >
  79. 120                   < TIME LEFT >
  80. -1                    < UNKNOWN - MUST BE -1 >
  81.  
  82. **************************************************************************
  83.  
  84. I certainly hope that you enjoy this program.  Shalom ...
  85.  
  86. +Larry
  87. January 1, 1993
  88.